home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / comm / news / slrn-bin.lha / slrn / doc / pc-keys.txt < prev    next >
Text File  |  1998-05-03  |  2KB  |  37 lines

  1. Under OS/2 and Win32, the arrow and function keys return a different
  2. set of escape sequences.  This file lists the escape sequences for
  3. these systems.  For example, the standard ANSI escape sequence for the
  4. up arrow is "\e[A" whereas the `up' arrow returns "^@H" under OS/2 and
  5. Win32.
  6.  
  7.   [Note: the sequences described here were adapted from the jed
  8.   documentation.  However, jed has a more sophisticated key mapping than
  9.   slrn and some of these may be incorrect.  Please let me know if some
  10.   are wrong.  --John]
  11.  
  12. %  Home           ^@G
  13. %  Up             ^@H
  14. %  PgUp           ^@I
  15. %  Left           ^@K
  16. %  Right          ^@M
  17. %  End            ^@O
  18. %  Down           ^@P
  19. %  PgDn           ^@Q
  20. %  Insert         ^@R
  21. %  Delete         ^@S
  22.  
  23. %   Key         No-modifier     Ctrl        Shift        Alt
  24. % -------------------------------------------------------------
  25. %   F1:           ^@;           ^@^          ^@T         ^@h
  26. %   F2:           ^@<           ^@_          ^@U         ^@i
  27. %   F3:           ^@=           ^@`          ^@V         ^@j
  28. %   F4:           ^@>           ^@a          ^@W         ^@k
  29. %   F5:           ^@?           ^@b          ^@X         ^@l
  30. %   F6:           ^@@           ^@c          ^@Y         ^@m
  31. %   F7:           ^@A           ^@d          ^@Z         ^@n
  32. %   F8:           ^@B           ^@e          ^@[         ^@o
  33. %   F9:           ^@C           ^@f          ^@\         ^@p
  34. %   F10:          ^@D           ^@g          ^@]         ^@q
  35. %   F11:          ^@\d133       ^@\d137      ^@\d135     ^@\d139
  36. %   F12:          ^@\d134       ^@\d136      ^@\d136     ^@\d140
  37.